cell area context: Use standard padding
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 May 2019 02:40:02 +0000 (22:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 May 2019 02:40:02 +0000 (22:40 -0400)
gtk/gtkcellareacontext.h

index c9f19c198caec0abe662d358b7f1edb03198e438..b78b3bbb2000db31e82b833772f3b660aa3207a0 100644 (file)
@@ -81,13 +81,8 @@ struct _GtkCellAreaContextClass
                                               gint               *natural_width);
 
   /*< private >*/
-  /* Padding for future expansion */
-  void (*_gtk_reserved1) (void);
-  void (*_gtk_reserved2) (void);
-  void (*_gtk_reserved3) (void);
-  void (*_gtk_reserved4) (void);
-  void (*_gtk_reserved5) (void);
-  void (*_gtk_reserved6) (void);
+
+  gpointer padding[8];
 };
 
 GDK_AVAILABLE_IN_ALL